home *** CD-ROM | disk | FTP | other *** search
- global gm_time, gm_num, gvolume
-
- on exitFrame
- animebutton3(3, "Quit,1", "Quit,2")
- mouseonsp2(4, "Return,U", "Return")
- animebutton2(5, "Zoom,1", "Zoom,3")
- set the memberNum of sprite 13 to the number of member ("V" & gvolume)
- if gm_num = 7 then
- if the movieTime of sprite 15 >= gm_time then
- if the memberNum of sprite 15 = the number of member "M6" then
- set the memberNum of sprite 15 to the number of member "M1"
- set the memberNum of sprite 14 to the number of member "T1"
- else
- set the memberNum of sprite 15 to the memberNum of sprite 15 + 1
- set the memberNum of sprite 14 to the memberNum of sprite 14 + 1
- end if
- case the name of member the memberNum of sprite 15 of
- "M1":
- set gm_time to 27130
- "M2":
- set gm_time to 27131
- "M3":
- set gm_time to 22848
- "M4":
- set gm_time to 32276
- "M5":
- set gm_time to 22450
- "M6":
- set gm_time to 27796
- end case
- updateStage()
- set the movieRate of sprite 15 to 1
- updateStage()
- end if
- else
- if the movieTime of sprite 15 >= gm_time then
- set the movieTime of sprite 15 to the startTime of sprite 15
- set the movieRate of sprite 15 to 1
- updateStage()
- end if
- end if
- go(the frame)
- end
-